Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.Spreadsheet Namespace / ICloneable<T> Interface
Members


ICloneable<T> Interface
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Syntax
'Declaration
 
Public Interface ICloneable(Of T) 
 
'Usage
 
Dim instance As ICloneable(Of T)
Type Parameters
T
See Also